build: Dist toarray.pl
authorEmmanuele Bassi <ebassi@gnome.org>
Thu, 24 Sep 2015 07:27:45 +0000 (08:27 +0100)
committerEmmanuele Bassi <ebassi@gnome.org>
Thu, 24 Sep 2015 07:29:30 +0000 (08:29 +0100)
Some distributions (MSYS2, Debian) call autoreconf on a tarball because
they change the autotools artifacts.

In order to rebuild the Broadway generated files, we need to ship the
scripts that we use when disting a release.

gdk/broadway/Makefile.am

index 90500a257f4879e285560422e63b44ec968a5981..2f8457e7266bb728c9380ca20d934bee6c4b0394 100644 (file)
@@ -30,6 +30,8 @@ libgdkbroadwayinclude_HEADERS =       \
        gdkbroadwaycursor.h             \
        gdkbroadwayvisual.h
 
+EXTRA_DIST += toarray.pl
+
 clienthtml.h: client.html
        $(AM_V_GEN) $(PERL) $(srcdir)/toarray.pl client_html $(srcdir)/client.html > $@